home *** CD-ROM | disk | FTP | other *** search
- ;
- ; File: GLOBAL.KVV
- ;
- [Global Words]
-
- ; Handle periods and decimal-points.
- ; Abbreviations that end with a period by default do not end
- ; sentences, and so get one space after.
- ; "." (pronounced "period") ends a sentence, so gets a custon SpaceCap
- "." = ".", , TEXT, "BE"
-
- ; "decimal-point" gets no spaces before and after, so gets a
- ; custom SpaceCap
- "DECIMAL-POINT" = ".", , TEXT, "BA"
-
- ; "," (pronounced "comma") is handled properly by the default SpaceCap
- ; "numeric-comma" gets custom SpaceCap: no spaces before and after.
- "NUMERIC-COMMA" = ",", , TEXT, "BA"
-
- ; The double-quote qords:
- ; The basic double-quote should not affect SpaceCaps (transparent)
- "" = """", , TEXT, "T"
-
- ; "open-quote" has no spaces after, and is transparent
- "OPEN-QUOTE" = """", , TEXT, "AT"
-
- ; "close-quote" has no spaces before, and is transparent
- "CLOSE-QUOTE" = """", , TEXT, "BT"
-
- ; The single-quote words are very similar to the double-quote words.
- ; The default SpaceCap for "'" is a space before and a space after
- "SINGLE-QUOTE" = "'", , TEXT, "T"
- "OPEN-SINGLE-QUOTE" = "'", , TEXT, "AT"
- "CLOSE-SINGLE-QUOTE" = "'", , TEXT, "BT"
-
- ; Since single-quotes ("'") get a space before by default, we need to
- ; change the "apostrophe" versions' SpaceCap here
- ; "'" (pronounced "apostrophe") has no spaces before
- "'" = "'", , TEXT, "B"
-
- ; "APOSTROPHE-S" ("'s") has no spaces before
- "APOSTROPHE-S" = "'s", , TEXT, "B"
-
- ; The following suffix commands were added for 1.3
-
- ; Add a 's' as a suffix (pronounced "add-ess") - has no spaces before
- "add-S" = "s", , TEXT, "B"
-
- ; Add an 'es' as a suffix (pronounced "add-e-ess")- has no spaces before
- "add-ES" = "es", , TEXT, "B"
-
- ; Add an 'ed' as a suffix (pronounced "add-e-dee")- has no spaces before
- "add-ED" = "ed", , TEXT, "B"
-
- ; Add an 'er' as a suffix (pronounced "add-e-r")- has no spaces before
- "add-ER" = "er", , TEXT, "B"
-
- ; Add an 'ing' as a suffix (pronounced "add-i-n-g")- has no spaces before
- "add-ING" = "ing", , TEXT, "B"
-
- ; Add an 'ly' as a suffix (pronounced "add-l-why")- has no spaces before
- "add-LY" = "ly", , TEXT, "B"
-
- ; Add an 'er' as a suffix (pronounced "add-tee-h")- has no spaces before
- "add-TH" = "th", , TEXT, "B"
-
- ; Add an 'es' as a suffix (pronounced "add-ess-tee")- has no spaces before
- "add-ST" = "st", , TEXT, "B"
-
- ; Add an 'ed' as a suffix (pronounced "add-n-dee")- has no spaces before
- "add-ND" = "nd", , TEXT, "B"
-
- ; Add an 'ful' as a suffix (pronounced "add-f-you-l")- has no spaces before
- "add-FUL" = "ful", , TEXT, "B"
-
-
- ; The default SpaceCap for "-" is one space before and after, since
- ; we can only suppress them here.
- ; "MINUS-SIGN" will also e in the Punctuation Keys list
- "MINUS-SIGN" = "-", , TEXT
-
- ; "-" (pronounced "hyphen" or "dash") should have no spaces before
- ; or after.
- "-" = "-", , TEXT, "BA"
-
- ; "--" (pronounced "long dash") should have spaces before and
- ; after.
- "LONG-DASH" = "--", , TEXT
-
- ; cue card commands
- "voice-alphabet-cue-card" = voice_alphabet_cue_card,,CMD, N, N
- "basic-commands-cue-card" = basic_commands_cue_card,,CMD, N, N
- "navigation-cue-card" = navigation_cue_card,,CMD, N, N
- "punctuation-cue-card" = punctuation_cue_card,,CMD, N, N
- "numbers-cue-card" = numbers_cue_card,,CMD, N, N
-
-
- ; The rest of the "free text" words.
- "[OTHER]" =
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-